## This list exists to keep track of tags which when added provide some additional functionality to your items/blocks

// this list needs to get updated due to its current inaccuracy and unreliability!!!
- 'minecraft:is_axe' - using this tag in an item allows it to harvest wood blocks
- 'rlc:debris_unbreakable' - adding this tag refuses a pickaxe item to break ancient debris
- 'rlc:tool_lore_blacklist' - this tag prevents your custom tool from showing durability lore and allows you to add your own without it getting overwritten
- 'minecraft:is_shovel' - allows you to insta-mine gravel with right click, consumes durability!
- 'rlc:is_scythe' - when added to your item it allows you to harvest berries by right clicking them
- 'rlc:storage_bank_blacklist' - this tag prevents any item/block to be added to the storage bank,
    //note: if your item has durability it will get blacklisted automatically
    //most likely this list will get deprecated!